home *** CD-ROM | disk | FTP | other *** search
- -- background: 3579 from stack: in
- -- bmap block id: 3645
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openBackground
- push recent card
- end openBackground
-
-
- -- part 1 (field)
- -- low flags: 00
- -- high flags: 6000
- -- rect: left=121 top=34 right=57 bottom=368
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: End User
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 6000
- -- rect: left=139 top=76 right=101 bottom=325
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: P.O. Number
-
-
- -- part 6 (field)
- -- low flags: 00
- -- high flags: 6000
- -- rect: left=139 top=105 right=130 bottom=325
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: Date Ordered
-
-
- -- part 8 (field)
- -- low flags: 00
- -- high flags: 6000
- -- rect: left=139 top=135 right=160 bottom=325
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: Status
-
-
- -- part 9 (field)
- -- low flags: 00
- -- high flags: 6000
- -- rect: left=139 top=195 right=220 bottom=461
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: Items
-
-
- -- part 10 (field)
- -- low flags: 00
- -- high flags: 6000
- -- rect: left=139 top=223 right=247 bottom=326
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 14
- -- style flags: 256
- -- line height: 18
- -- part name: Vendor
-
-
- -- part 11 (field)
- -- low flags: 00
- -- high flags: 6000
- -- rect: left=140 top=276 right=300 bottom=327
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 14
- -- style flags: 0
- -- line height: 18
- -- part name: Date Promised
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=232 top=305 right=330 bottom=259
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Prev
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to previous card
- get the number of this card
- put it into bkgnd field "card Number"
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=262 top=305 right=330 bottom=289
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- go to next card
- get the number of this card
- put it into bkgnd field "card Number"
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=466 top=32 right=61 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 21700 / 21700
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Home
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris open
- go Home
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=464 top=305 right=333 bottom=501
- -- title width / last selected line: 0
- -- icon id / first selected line: 1012 / 1012
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- visual effect iris close
- pop card
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=140 top=165 right=184 bottom=217
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Open
- ----- HyperTalk script -----
- on mouseUp
- put "Open" into field status
- get loc of bkgnd field "items"
- click at it
- end mouseUp
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=223 top=165 right=184 bottom=300
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Xmitted
- ----- HyperTalk script -----
- on mouseUp
- put "Xmitted" into field status
- get loc of bkgnd field "items"
- click at it
- end mouseUp
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=309 top=165 right=184 bottom=386
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Received
- ----- HyperTalk script -----
- on mouseUp
- put "Received" into field status
- get loc of bkgnd field "items"
- click at it
- end mouseUp
-
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=393 top=165 right=184 bottom=470
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Installed
- ----- HyperTalk script -----
- on mouseUp
- put "Installed" into field status
- get loc of bkgnd field "items"
- click at it
- end mouseUp
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=140 top=251 right=270 bottom=217
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Apple
- ----- HyperTalk script -----
- on mouseUp
- put "Apple" into field Vendor
- get loc of bkgnd field "date Promised"
- click at it
- end mouseUp
-
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=310 top=251 right=270 bottom=390
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: IBM
- ----- HyperTalk script -----
- on mouseUp
- put "IBM" into field Vendor
- get loc of bkgnd field "date Promised"
- click at it
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=399 top=251 right=270 bottom=476
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Other
- ----- HyperTalk script -----
- on mouseUp
- put "Other" into field Vendor
- get loc of bkgnd field "date Promised"
- click at it
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=225 top=251 right=270 bottom=302
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Bus. Land
- ----- HyperTalk script -----
- on mouseUp
- put "BusinessLand" into field Vendor
- get loc of bkgnd field "date Promised"
- click at it
- end mouseUp
-
-
-
- -- part 35 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=417 top=43 right=59 bottom=444
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 10
- -- style flags: 0
- -- line height: 13
- -- part name: card number
- ----- HyperTalk script -----
-
-
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=375 top=84 right=118 bottom=459
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: About...
- ----- HyperTalk script -----
- on mouseUp
- show message
- type "PO_Stack... By... Gerard G. Boccuti..."
- play harpsichord tempo 120 "a es eq es f# g# a b c#5q a4s"
- wait 2 seconds
- hide message box
- end mouseUp
-
-